-
Notifications
You must be signed in to change notification settings - Fork 29
feat(iaas): add datasource to query machine types #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(iaas): add datasource to query machine types #916
Conversation
ac68a4c
to
4fb45e8
Compare
8203ec9
to
5cb8161
Compare
@rubenhoenle comitted changes |
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
7cea284
to
60e8940
Compare
Signed-off-by: Mauritz Uphoff <[email protected]>
Signed-off-by: Mauritz Uphoff <[email protected]>
60e8940
to
4440621
Compare
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Description
This PR adds support for querying machine types using the IaaS API:
https://docs.api.stackit.cloud/documentation/iaas/version/v1#tag/Flavors/operation/v1ListMachineType
You can test it using the following data-sources:
Checklist
make fmt
examples/
directory)make generate-docs
(will be checked by CI)make test
(will be checked by CI)make lint
(will be checked by CI)